You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the CDK drag-and-drop behavior from horizontal to mixedto enable dropping chips on wrapped rows
Instructions for Reviewers
List of changes in this PR:
Changed the cdkDropListOrientation from horizontal to mixed
How to test the fix
Open a submission form, try adding some authors to let the chips wrap (or resize the browser/use DevTools to achieve it), and then try dragging and dropping chips onto different rows
Thanks for the fix @FrankGameDev! Since this was fixed on 8.1, we can try to port this back to 9.x and 10.x as well.
FrankGameDev
changed the title
[DURACOM-487] fix Drag-and-Drop Malfunction in submission form
[DURACOM-320] fix Drag-and-Drop Malfunction in submission form
Aug 14, 2026
Hi! Thanks @FrankGameDev, sounds good.
Also just a note for future PRs, usually it's not necessary to create backports beforehand - I apologize for the confusing wording of this comment! The "port to" labels added here mean that a Github action to auto-port will be attempted when a PR is merged, which is usually the easiest method to try before manually backporting (and will save you from having to transfer any review changes to the other PRs).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Description
Updated the CDK drag-and-drop behavior from horizontal to mixedto enable dropping chips on wrapped rows
Instructions for Reviewers
List of changes in this PR:
How to test the fix
Open a submission form, try adding some authors to let the chips wrap (or resize the browser/use DevTools to achieve it), and then try dragging and dropping chips onto different rows